home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / index / ppc / idxsveng.exe / RCDATA / CABINET / filetime.idq < prev    next >
Text File  |  1996-08-05  |  2KB  |  60 lines

  1. #
  2. # This is the query file for the filesize.htm query form.
  3. #
  4.  
  5. [Query]
  6.  
  7. # The CiCatalog variable must point to where the catalog (index) files
  8. # are stored on your system.  You will probably have to change this
  9. # value.
  10.  
  11. CiCatalog=d:\
  12.  
  13. # These are the columns that are referenced in the .htx files
  14. # when formatting output for each hit.
  15.  
  16. CiColumns=filename,size,rank,characterization,vpath,DocTitle,write
  17.  
  18. # Do a recursive search (ie all directories under CiScope).
  19. # The opposite is SHALLOW
  20.  
  21. CiFlags=DEEP
  22.  
  23. # Allow either a filesize restriction, a free-text restriction, or both
  24.  
  25. CiRestriction=%if TextRestriction ne ""%( %TextRestriction% ) and %endif% @write > %if FMMod eq "since"%%FMModDate%%else%%FMMod%%endif%
  26.  
  27. # Don't allow more than 300 total hits in the result set.  It can be
  28. # expensive for the serer to allow this value to get too large.
  29.  
  30. CiMaxRecordsInResultSet=300
  31.  
  32. # This is the maximum number of records per page of output.  It is limited
  33. # by CiMaxRecordsInResultSet
  34.  
  35. CiMaxRecordsPerPage=%CiMaxRecordsPerPage%
  36.  
  37. # CiScope is the directory (virtual or real) under which results are
  38. # returned.  If a file matches the query but is not in a directory beneath
  39. # CiScope, it is not returned in the result set.
  40. # A scope of / means all hits matching the query are returned.
  41.  
  42. CiScope=%CiScope%
  43.  
  44. # Choose either the sorted or unsorted version of the .htx file.
  45. # Sorting by rank can use sequential execution for greater efficiency.
  46.  
  47. CiTemplate=/scripts/samples/search/%if SortProperty ne "None"%%if SortProperty ne "Rank"%S%endif%%endif%format%CiTemplateChoice%.htx
  48.  
  49. CiSort=%if SortProperty ne "None"%%SortProperty%%SortOrder%%endif%
  50.  
  51. # Setting CiForceUseCi to true means that the index is assumed to be
  52. # up to date, so queries that might otherwise force a walk of the
  53. # directory structure (find files older than X), will instead use
  54. # the index and run more quickly.  Of course, that means that the results
  55. # might miss files that match the query.
  56.  
  57. CiForceUseCi=true
  58.  
  59.  
  60.